PathMakeEmpty
Type
expression
Summary
Creates a new empty path.
Syntax
the empty path
Description
Creates a new empty path.
Examples
// Initialize the path to empty
variable tPath as Path
put the empty path into tPath
// add a line to the path
move to point [0,50] on tPath
line to point [100,50] on tPath